{ "version": 4, "terraform_version": "1.8.0", "serial": 494, "lineage": "d9cdf879-d41b-7f7e-fd31-49f08530df17", "outputs": { "db_endpoint": { "value": "db-1.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-788016a98fce74b8e", "ami": "ami-5c4c44d6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-df328be0"], "subnet_id": "subnet-057e24b6", "key_name": "prod-deploy-key" } } ] } ] }