{ "version": 4, "terraform_version": "1.8.7", "serial": 270, "lineage": "0d22c3e8-1ca5-b210-5b7d-1d18abc5eb30", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-d6bba983c89305cc3", "ami": "ami-51b1f948", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1370afcf"], "subnet_id": "subnet-10de67ae", "key_name": "prod-deploy-key" } } ] } ] }