{ "version": 4, "terraform_version": "1.5.1", "serial": 501, "lineage": "91401649-a8cb-aab1-41a5-f7fed01acf56", "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-41a58a93b43b2a804", "ami": "ami-74e464cd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c81c36d1"], "subnet_id": "subnet-d0531320", "key_name": "prod-deploy-key" } } ] } ] }