{ "version": 4, "terraform_version": "1.6.9", "serial": 104, "lineage": "b4f9b09a-34cf-7caf-86f0-413c7ae417d2", "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-3afbb3a052d837d4c", "ami": "ami-8e3b4353", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-591b36a5"], "subnet_id": "subnet-bde4562f", "key_name": "prod-deploy-key" } } ] } ] }