{ "version": 4, "terraform_version": "1.6.6", "serial": 321, "lineage": "4782e17e-3efd-32d9-c43a-4bfc04d132e4", "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-2650423dd3ed6e340", "ami": "ami-9bdcbe99", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a80a623"], "subnet_id": "subnet-70a0c499", "key_name": "prod-deploy-key" } } ] } ] }