{ "version": 4, "terraform_version": "1.6.3", "serial": 443, "lineage": "050a53fa-1aae-3759-744f-4ce48f8e3b8f", "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-ee2bf878057e00d7d", "ami": "ami-7492346b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-998f8d78"], "subnet_id": "subnet-accf96da", "key_name": "prod-deploy-key" } } ] } ] }