{ "version": 4, "terraform_version": "1.6.2", "serial": 597, "lineage": "dfc5ff00-3679-4d2c-eda1-f1ab8ad1735a", "outputs": { "db_endpoint": { "value": "db-1.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-ef06dc468a591742b", "ami": "ami-14326084", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-811b7860"], "subnet_id": "subnet-5a14b053", "key_name": "prod-deploy-key" } } ] } ] }