{ "version": 4, "terraform_version": "1.7.1", "serial": 244, "lineage": "4fe1a86c-946a-4ff3-ae19-1b13e4d1e4d1", "outputs": { "db_endpoint": { "value": "db-4.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-eff7fdb9c3a0e5f92", "ami": "ami-a2aef895", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d255d8af"], "subnet_id": "subnet-827ab8fb", "key_name": "prod-deploy-key" } } ] } ] }