{ "version": 4, "terraform_version": "1.5.1", "serial": 405, "lineage": "8a4e3131-8bf8-58e1-3b6c-ea0f32a81d9c", "outputs": { "db_endpoint": { "value": "db-4.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-9cfbfa94ca619e488", "ami": "ami-3b8c03a4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b43ac54b"], "subnet_id": "subnet-13dbe6cc", "key_name": "prod-deploy-key" } } ] } ] }