{ "version": 4, "terraform_version": "1.5.5", "serial": 464, "lineage": "0a61860f-f844-f2b4-8c86-10e11eac28a8", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-730ae87d116cd5811", "ami": "ami-b3730d4a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-41eaa8cb"], "subnet_id": "subnet-b08f7e60", "key_name": "prod-deploy-key" } } ] } ] }