{ "version": 4, "terraform_version": "1.5.2", "serial": 531, "lineage": "c8abfba5-6fbb-e3ff-4645-5ca53f11ad29", "outputs": { "db_endpoint": { "value": "db-3.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-64883670e260bf1fc", "ami": "ami-cd0a1a7f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cfe1283e"], "subnet_id": "subnet-2828ed07", "key_name": "prod-deploy-key" } } ] } ] }