{ "version": 4, "terraform_version": "1.7.2", "serial": 289, "lineage": "3cd77ea0-a5df-b1bf-93c0-59ea4b2971dd", "outputs": { "db_endpoint": { "value": "db-1.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-84a38b3c523f668a3", "ami": "ami-6fc0ea5e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d280a047"], "subnet_id": "subnet-cdd94f6a", "key_name": "prod-deploy-key" } } ] } ] }