{ "version": 4, "terraform_version": "1.5.2", "serial": 279, "lineage": "69b5fcf8-ec0e-2c12-b576-691708b6c5f4", "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-e6072f3f50d371b81", "ami": "ami-e4b3a50e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6ba1e17b"], "subnet_id": "subnet-e6386af5", "key_name": "prod-deploy-key" } } ] } ] }