{ "version": 4, "terraform_version": "1.6.0", "serial": 212, "lineage": "45094c6c-afda-96aa-1a0a-8a53887bb439", "outputs": { "db_endpoint": { "value": "db-2.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-629cccd0f89435e15", "ami": "ami-ff0c81a9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0f76c64f"], "subnet_id": "subnet-0e670761", "key_name": "prod-deploy-key" } } ] } ] }