{ "version": 4, "terraform_version": "1.7.7", "serial": 270, "lineage": "a96f3a0b-c622-2da5-7510-c450fd6c087d", "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-92925eff3fe3703f0", "ami": "ami-59894766", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1a93eeb8"], "subnet_id": "subnet-3a0d44b4", "key_name": "prod-deploy-key" } } ] } ] }