{ "version": 4, "terraform_version": "1.7.2", "serial": 143, "lineage": "35091bed-594f-492f-66fc-88a3436fd585", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-da48d7648378d372e", "ami": "ami-6f4bd604", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3c2dacea"], "subnet_id": "subnet-5a7d9ba9", "key_name": "prod-deploy-key" } } ] } ] }