{ "version": 4, "terraform_version": "1.5.3", "serial": 166, "lineage": "09784e13-bd09-efd1-f110-b6762db92886", "outputs": { "db_endpoint": { "value": "db-2.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-0005d043152f51dcd", "ami": "ami-6213b450", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a82fac96"], "subnet_id": "subnet-4dd8e3f8", "key_name": "prod-deploy-key" } } ] } ] }