{ "version": 4, "terraform_version": "1.6.7", "serial": 515, "lineage": "cb0c4e4f-3413-43d3-46bb-d44be5294c54", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-92738b4a77a284a1c", "ami": "ami-351f3591", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-930d572d"], "subnet_id": "subnet-13f019ec", "key_name": "prod-deploy-key" } } ] } ] }