{ "version": 4, "terraform_version": "1.6.5", "serial": 251, "lineage": "4bc9765c-9deb-117c-c235-e93c6472c242", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-0230e6f6dc2561b47", "ami": "ami-e8fdf295", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6d0e348"], "subnet_id": "subnet-507f1067", "key_name": "prod-deploy-key" } } ] } ] }