{ "version": 4, "terraform_version": "1.6.4", "serial": 326, "lineage": "52a93c38-f12b-3621-51aa-d9a21d2db046", "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-3ff3f379d193625fd", "ami": "ami-6224b049", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-828660bb"], "subnet_id": "subnet-e8b38cf4", "key_name": "prod-deploy-key" } } ] } ] }