{ "version": 4, "terraform_version": "1.6.3", "serial": 497, "lineage": "2cdb7383-dd4a-70e5-a9f6-7a66ec267854", "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-4188bb8013805a090", "ami": "ami-31cb86dc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d5c06c8e"], "subnet_id": "subnet-2a65cf2c", "key_name": "prod-deploy-key" } } ] } ] }