{ "version": 4, "terraform_version": "1.6.0", "serial": 384, "lineage": "05d3b806-11f8-4abc-6040-be9f69037bfc", "outputs": { "db_endpoint": { "value": "db-3.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-6f9d3b54a6799ec7b", "ami": "ami-339f5885", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7b9f574c"], "subnet_id": "subnet-d537db97", "key_name": "prod-deploy-key" } } ] } ] }