{ "version": 4, "terraform_version": "1.5.8", "serial": 228, "lineage": "4648cf42-dd97-979b-8a6e-6bc2ddb7313f", "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-acf85df42387b6e55", "ami": "ami-2352a337", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-346a64cc"], "subnet_id": "subnet-5a5596dc", "key_name": "prod-deploy-key" } } ] } ] }