{ "version": 4, "terraform_version": "1.7.7", "serial": 579, "lineage": "b5e8a489-31b1-cebc-8c1f-0c731bee83eb", "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-3c70cecdfda09d5f5", "ami": "ami-5d077725", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6890871a"], "subnet_id": "subnet-c9bd57be", "key_name": "prod-deploy-key" } } ] } ] }