{ "version": 4, "terraform_version": "1.6.0", "serial": 523, "lineage": "96062558-ae3c-3caf-99a0-2ccc58c16240", "outputs": { "db_endpoint": { "value": "db-4.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-254277ee081068a60", "ami": "ami-77591230", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c90c335b"], "subnet_id": "subnet-a6b65214", "key_name": "prod-deploy-key" } } ] } ] }