{ "version": 4, "terraform_version": "1.6.3", "serial": 426, "lineage": "6dbd0ab0-4e6e-b7e7-c0ad-684794b0a095", "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-2586d540340e420a6", "ami": "ami-4e81f8f7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-13b58b41"], "subnet_id": "subnet-70e35043", "key_name": "prod-deploy-key" } } ] } ] }