{ "version": 4, "terraform_version": "1.7.2", "serial": 121, "lineage": "6514b480-9c8b-fd03-a6a5-b12f61a29b38", "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-d936f6c6e15a756e5", "ami": "ami-ca001adb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2d6cf0b4"], "subnet_id": "subnet-1b04faab", "key_name": "prod-deploy-key" } } ] } ] }