{ "version": 4, "terraform_version": "1.8.5", "serial": 487, "lineage": "dce266c7-e215-02b0-1841-6ba818649e68", "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-840c0b0790fefd1ec", "ami": "ami-edfc7248", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-99674ee7"], "subnet_id": "subnet-23af323e", "key_name": "prod-deploy-key" } } ] } ] }