{ "version": 4, "terraform_version": "1.6.3", "serial": 455, "lineage": "c3db8439-61f2-3b62-6493-5f64a66712bc", "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-35460db3a7b2622dd", "ami": "ami-08b49c64", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-72a0b846"], "subnet_id": "subnet-2edf304c", "key_name": "prod-deploy-key" } } ] } ] }