{ "version": 4, "terraform_version": "1.7.3", "serial": 452, "lineage": "2381ec89-8ac4-3862-c193-82135c7fc756", "outputs": { "db_endpoint": { "value": "db-4.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-f3c58342e3c814638", "ami": "ami-1fefaebe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f80ed206"], "subnet_id": "subnet-79ccde00", "key_name": "prod-deploy-key" } } ] } ] }