{ "version": 4, "terraform_version": "1.7.4", "serial": 580, "lineage": "43916f10-9cbb-d6df-1c58-3f82556ae792", "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-3420f30abb22acfe3", "ami": "ami-35c1c38d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-47e273ce"], "subnet_id": "subnet-00b51b08", "key_name": "prod-deploy-key" } } ] } ] }