{ "version": 4, "terraform_version": "1.7.3", "serial": 560, "lineage": "4942e1be-9a72-94ce-6474-ae77878b206a", "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-eb4b9e1a76f7ca161", "ami": "ami-ba60fdbd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6ef775b"], "subnet_id": "subnet-4f097896", "key_name": "prod-deploy-key" } } ] } ] }