{ "version": 4, "terraform_version": "1.8.2", "serial": 222, "lineage": "8ec49e25-3f2e-2022-c898-8295cd28a2f8", "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-70b1f8cdb318fe05c", "ami": "ami-b55a3889", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7588568c"], "subnet_id": "subnet-ab5d964f", "key_name": "prod-deploy-key" } } ] } ] }