{ "version": 4, "terraform_version": "1.5.5", "serial": 412, "lineage": "9fbb157d-0618-4ae0-4a0c-ccc4121fd25f", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-57727451e012541a6", "ami": "ami-7ce26606", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-497a1caf"], "subnet_id": "subnet-7d659728", "key_name": "prod-deploy-key" } } ] } ] }