{ "version": 4, "terraform_version": "1.7.6", "serial": 570, "lineage": "3ac6469e-a63d-089b-b4f9-c1f9acd19931", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-68cbd61e575ce15ee", "ami": "ami-84b3c6d3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a7acaede"], "subnet_id": "subnet-e58171c4", "key_name": "prod-deploy-key" } } ] } ] }