{ "version": 4, "terraform_version": "1.5.4", "serial": 394, "lineage": "9a395a1d-6cf4-a637-022e-09c9d8f7cc03", "outputs": { "db_endpoint": { "value": "db-3.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-be61639f3c851677a", "ami": "ami-52f08c33", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-537b0663"], "subnet_id": "subnet-892fccea", "key_name": "prod-deploy-key" } } ] } ] }