{ "version": 4, "terraform_version": "1.6.0", "serial": 524, "lineage": "8a39c54f-a90b-c823-b40d-18192899b2de", "outputs": { "db_endpoint": { "value": "db-2.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-6f64e22f536a5c996", "ami": "ami-27c42e3d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-88092ec2"], "subnet_id": "subnet-459f2b5e", "key_name": "prod-deploy-key" } } ] } ] }