{ "version": 4, "terraform_version": "1.8.3", "serial": 300, "lineage": "6e7644ec-11a8-51d7-e5d9-334c12d91ded", "outputs": { "db_endpoint": { "value": "db-2.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-1bf78e30f0d1092ee", "ami": "ami-52b4aae0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a80ee2de"], "subnet_id": "subnet-171104a3", "key_name": "prod-deploy-key" } } ] } ] }