{ "version": 4, "terraform_version": "1.7.0", "serial": 444, "lineage": "ff8f7ed7-7e73-310a-9c92-da07c1a1a370", "outputs": { "db_endpoint": { "value": "db-0.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-e740afeaa8f23df75", "ami": "ami-b2f06fb0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0c7019c"], "subnet_id": "subnet-35f5b2f0", "key_name": "prod-deploy-key" } } ] } ] }