{ "version": 4, "terraform_version": "1.6.9", "serial": 224, "lineage": "2ef7c9c2-3269-9d04-7b0d-8afc26b24b26", "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-10ff777c5df704619", "ami": "ami-ca4f5a1b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d0dbc2c2"], "subnet_id": "subnet-9e326b50", "key_name": "prod-deploy-key" } } ] } ] }