{ "version": 4, "terraform_version": "1.6.7", "serial": 446, "lineage": "d9857d5f-bc51-c2f9-c9f4-18e931443ed5", "outputs": { "db_endpoint": { "value": "db-3.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-b0417fc2cb7b310b8", "ami": "ami-d5f30d7d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-82e16729"], "subnet_id": "subnet-855464b6", "key_name": "prod-deploy-key" } } ] } ] }