{ "version": 4, "terraform_version": "1.6.2", "serial": 126, "lineage": "df03333e-5f00-3d86-5a37-710c16e9f011", "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-9528ee9a19ad7596c", "ami": "ami-8c9a7760", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-02dcdd5e"], "subnet_id": "subnet-93e58928", "key_name": "prod-deploy-key" } } ] } ] }