{ "version": 4, "terraform_version": "1.6.6", "serial": 431, "lineage": "fd7e554e-03c5-8f29-7387-80185902780c", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-069f5cc5c0ae3530c", "ami": "ami-22b5a72d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f8821b14"], "subnet_id": "subnet-999ec722", "key_name": "prod-deploy-key" } } ] } ] }