{ "version": 4, "terraform_version": "1.6.9", "serial": 493, "lineage": "5380503a-2ee9-c7c0-84a3-5b68e36d1a4a", "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-b7cd8865dd7e469af", "ami": "ami-0f42d50c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dd3bea05"], "subnet_id": "subnet-d628e52e", "key_name": "prod-deploy-key" } } ] } ] }