{ "version": 4, "terraform_version": "1.5.2", "serial": 277, "lineage": "897c076d-9d9c-62f6-409e-3c0e56b127dc", "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-79f1a677227acedd2", "ami": "ami-475d2dde", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cd9c11e7"], "subnet_id": "subnet-7ab30e9f", "key_name": "prod-deploy-key" } } ] } ] }