{ "version": 4, "terraform_version": "1.7.5", "serial": 392, "lineage": "6f96c469-e58b-553e-b088-375f74924afb", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.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-9c00f1518a67cc81f", "ami": "ami-cf298445", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-decd0a7d"], "subnet_id": "subnet-66e31940", "key_name": "prod-deploy-key" } } ] } ] }