{ "version": 4, "terraform_version": "1.7.8", "serial": 141, "lineage": "88bf22c6-e9d9-510d-67f7-996e66d90896", "outputs": { "db_endpoint": { "value": "db-0.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-f2ad9502ee49c2bf5", "ami": "ami-18e3c5b9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8c6c282b"], "subnet_id": "subnet-00519877", "key_name": "prod-deploy-key" } } ] } ] }